object QRProgressForm: TQRProgressForm Left = 233 Top = 161 BorderStyle = bsDialog Caption = 'Printing progress' ClientHeight = 84 ClientWidth = 147 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Info: TLabel Left = 0 Top = 28 Width = 145 Height = 13 Alignment = taCenter AutoSize = False end object CancelButton: TButton Left = 36 Top = 52 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 0 OnClick = CancelButtonClick end end